home *** CD-ROM | disk | FTP | other *** search
- if(5 < Number(carries))
- {
- if(topBonus)
- {
- bonus.removeMovieClip();
- }
- if(topFluorman != 0)
- {
- Fluorman.removeMovieClip();
- }
- gotoAndPlay(90);
- }
- setProperty("/carrie", _X, getProperty("/lance_carries", _X));
- ballx = getProperty("/lance_carries", _X);
- bally = 400;
- setProperty("/carrie", _Y, bally);
-